home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / comm / comm2 / hdrbbs11.lha / HBBS / Nodes / NODE0 / NodeLocal < prev    next >
Text File  |  1996-11-05  |  2KB  |  60 lines

  1. ;$HBBS
  2. ; File   : BBS:Nodes/NodeX/NodeLocal
  3. ; Purpose: Defines specific node options
  4.  
  5. ; this file defines specific node options and overrides ALL settings
  6. ; in bbs:nodes/GlobalConfig.
  7.  
  8. ; if you want all your logs to go in one file just set the filenames of each
  9. ; log file to the same name! then you could have one big global file for
  10. ; all the nodes, or seperate ones for each node, OR completely seperate files
  11. ; for each type of error..  all the doors are supposed to find the location
  12. ; of the file from the "node" program rather than asuming thier location..
  13.  
  14. SysopAccount=Hydra
  15. NodeName=Sysop Node
  16. NodePhone=01202 434121
  17. NodePlayPen=HBBS:Nodes/Node0/Playpen/    ; specifies directory for uploaded files
  18. NodeConnectScript=hbbs:scripts/Node0Connect.scr
  19.  
  20. AskUserPW=FALSE  ; great for local logins on private node(s)
  21.  
  22. UseSysPW=NO
  23. SysPW=OK
  24. SysPWPrompt=Enter System Password >
  25. SysPWScript=hbbs:scripts/Node0SysPW.scr ; script that gets run BEFORE the
  26.                                         ; user gets asked for the sys pw
  27. UserNamePrompt=Gimme Your Handle! >
  28. UserPWPrompt=And Now Your Secret Password >
  29.  
  30. UseNodePW=NO
  31. NodePW=CHANGEME
  32. NodePWPrompt=Enter Node Password >
  33. NodePWScript=hbbs:scripts/Node0NodePW.scr ; script that gets run BEFORE
  34.                                                ; a user gets asked for the node pw
  35.  
  36. NodeLogFile=hbbs:nodes/node0/logs/node.log ; specifies location of logfile for node
  37. CallersLogFile=hbbs:nodes/node0/logs/callers.log
  38. ModemLogFile=hbbs:nodes/node0/logs/modem.log ; location of modem log for this node
  39. UploadLog=TRUE
  40. DownLoadLog=TRUE
  41.  
  42. AccessLevelRequired=0 ; if you have a lots of nodes you could reserve one of
  43.                       ; them for elite/group/co-sysops...
  44.                       ; obviously for node 1 you should make this setting
  45.                       ; lower or equal to the level of access given to new users
  46.                       ; (see BBS:Access/NewUser)
  47.  
  48. ChatFlag=ON
  49. Iconified=NO
  50. StartScreen=YES
  51. UseOwnScreen=NO
  52.  
  53. UserNamePrompt=USERNAME >
  54. UserPWPrompt=PASSWORD >
  55.  
  56. DoorLog=FALSE
  57. DoorLogFile=hbbs:nodes/node0/logs/Door.log
  58.  
  59. UseDevice=NO
  60.